home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 17.plot / plotview.h < prev    next >
C/C++ Source or Header  |  1995-06-12  |  966b  |  31 lines

  1. /* plotview.h generated from plotview.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef PLOTVIEW_H
  6. #define PLOTVIEW_H
  7.  
  8. extern void createPSDefs( void );
  9.  
  10. extern void PSDrawAxis(float ac, float x, float y, float w, float h);
  11.  
  12. extern void PSWriteXLabel(float gray, float x, float y, float w, float h, const char *lab);
  13.  
  14. extern void PSWriteYLabel(float gray, float x, float y, float w, float h, const char *lab);
  15.  
  16. extern void PSEnableInstance(float instcol);
  17.  
  18. extern void PSDisableInstance( void );
  19.  
  20. extern void PSDrawCrossHair(float startx, float starty, float minx, float maxx, float miny, float maxy);
  21.  
  22. extern void PSOverlayBox(float minx, float maxx, float miny, float maxy);
  23.  
  24. extern void PSGridWrite(float textcol, float gx, float gy, float minx, float maxx, float miny, float maxy);
  25.  
  26. extern void PSBox(float lc, float lw, float x, float y, float w, float h);
  27.  
  28. extern void PSfillrect(float x, float y, float xn, float yn);
  29.  
  30. #endif PLOTVIEW_H
  31.